Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Safely Using AI (Score 1) 131

AI isn't going away anytime soon. We have to deal with the fact that it is there. Cars cause accidents and deaths every day. But cars aren't going away anytime soon either. In the case of cars, we teach people how to drive the safely. We could do a lot better, but at least we teach them and test them before letting them roam free in their cars. We need something similar with chatbots: people need to be taught how to use them safely, the problems that can happen, how to recognise them, how to avoid them, and some idea of what an LLM actually is, how they work, and what they aren't, and what they can and cannot do. Without this, many people will fall into the trap of seeing them as 'magic faeries' or such. We need to drive AI safely the way we drive our cars safely.

Comment The Problem With Inherent Human Laziness (Score 2) 109

Training one's mind and brain is hard, just as exercise and physical labour is hard.
If we have the option of some kind of labour saving device, our instinct is to take it.
It takes an uncommon degree of discipline, especially amongst children, in order not to yield to this desire for ease.

Comment Re:Lost Media (Score 1) 75

I'm glad I bought it back in 2009 when I did. The DVD I have is the 4:3 version. I'm not sure I'll find the time to binge watch it all again, but it does make a great binge watch with the massive multi series arc. Then you start to notice details in earlier episodes, innocuous at the time, which have pivotal significance later.

Comment Assumptions of uniformity etc. (Score 2) 48

I fear with Mental Health we are falling into the trap of assuming people are more uniform than they are. For any aspect of health other than the brain, we can e.g. assume for the most part that two different people's biceps work in roughly the same way, two people's kidneys work in roughly the same way, two peoples blood likewise (though one must take care with e.g. blood type). This is the case even up to the level of individual neurons, which basically sum their inputs and ping if a threshold is exceeded. But when things depend upon how those 80bn neurons are configured, this changes. We hit a combinatorial explosion of possibilites, far too numerous to contemplate having any kind of representative sample of them. So scientific approaches that assume a representative sample will fail when one cannot ignore the complexity of the brain and the degree to which two different brains, even if trained on identical training sets (and with each person's life taking a different course, we don't even have that), can be wired very differently.

Just my thought at least. So when it comes to efficacy of microdosing, it's a case of either do the experiment or don't. But it may not be possible to predict the effect of Alice microdosing, given only observations of what happened when Bob and Charlie did. It may, but one should be careful not to assume a uniformity that isn't there.

Comment AI Prompts are kind of another source code (Score 1) 54

I only use free AI like Gemini and ChatGPT, and only for small programs (generally Python or bash, at most a few 100 lines long). It's great as a timesaver, and as a search and learning tool.

The thing is, you have to learn how to precisely tell the AI what you want, if you want to get what you actually want. Then, if you want to modify it, you basically have to prompt the AI to make changes. In the case of e.g. Gemini, once your session is done, you kind of have to start from scratch with the prompts. Hence I record what prompts I use at the start of every script.

Modifying AI output is akin to making changes to the output of a transpiler. Say your compiler takes some high level language and outputs C, and you modify the C. If you want to go back to the high level language, then you have to make your C tweaks all over again. Which is time consuming.

I guess Linus is using this project as a means to have a play with vibe coding on a project where it doesn't matter in a critical way if it works or not. But I think it worth looking at AI prompting as a bunch of new programming languages. You still have to carefully think what you want the computer to do, it's just that the AI saves you a lot of time googling around for packages and looking things up in the docs. Provided you can read and check, or somehow test, what an AI gives you, there's not that much of a problem. It's when you are really vibe coding and don't know how to read the AI output, nor test it for correctness. that the problems seep in.

Comment Re:Markdown vs HTML (Score 1) 60

Standard markdown I'm not sure. But many implementations have features hacked in. My wiki uses Parsedown as the renderer, which passes raw html through. Then it's wrapped in a preprocessor for things like turning WikiWords into links in the old school Wiki way, and a growing list of other tasks.

Comment Single Linux Target Platform for Games (Score 5, Interesting) 30

A problem many developers for Linux have is what distros to target and test for. Steam OS has the potential to be _the_ reference platform for porting games to Linux. Then, once something runs under SteamOS, other distros can work out what they need to do in order for those same games to work on their distro, assuming they're interested in games.

Comment Re:Considering their Ink & printer business (Score 1) 89

Some of the bad HP's non consumer stuff, like Z workstations, aren't that bad. They can't peddle rubbish to IT departments as easily as they do to customers in places like PC World.

In the case of this, the experiment will be done. If it works well, better ones will come along. This one looks like it has a terrible keyboard: unlike Thinkpad T's, which are lovely, this thing doesn't look like a keyboard I'd like to do much with. So I'd plug another keyboard into it to work, which is silly. But that's kind of the story with HP's elite stuff, like Dell's office stuff. And anything marketed to your average consumer is always rubbish anyway.

Comment Re:Good choice! (Score 1) 41

KDE isn't so bloated that it doesn't run on a 2010 laptop with a first gen i5 and 4GB RAM. Sure that laptop struggles with Chrome and heavy websites, but that is an issue with modern websites, not KDE. I do think there's plenty of room for improvement but when on Windows or Mac, I miss the various KDE and Linux niceties and customisations I'm used to.

An interesting experiment I did on a Lenovo T450 (4th gen i5, 16GB RAM) was to disable all but one core and throttle that core to 800Mhz. Still usable, if a little sluggish. Overall KDE is a nice balance when it comes to features and bloat.

Slashdot Top Deals

Karl's version of Parkinson's Law: Work expands to exceed the time alloted it.

Working...